Work around warning about g_set_prgname() called multiple times.
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 13 Dec 2009 14:24:22 +0000 (14:24 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 13 Dec 2009 14:24:22 +0000 (14:24 +0000)
commitebe0b86bb883b3f438c533445c9280e17c6eeaa7
tree63644d8ba3597e1c2a10013730cc54b9d468594b
parent804e32ec3ee13e2917836135defb746b12e7f7e2
Work around warning about g_set_prgname() called multiple times.
* xterm.c (my_log_handler): New function.
(x_term_init): Set my_log_handler as log handler during gtk_init
so we can filter out buggy messages. (bug #5120).
src/ChangeLog
src/xterm.c